home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TLOGPREFSFRAME / TLOGPREFSFRAME.txt
Text File  |  2008-11-03  |  3KB  |  121 lines

  1. inherited LogPrefsFrame: TLogPrefsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Folder_View_Log_Options'
  4.   Caption = 'Folder Log'
  5.   inherited DefaultBtn: TUiButton
  6.     TabOrder = 2
  7.   end
  8.   object LogIncludeGroupBox: TUiGroupBox
  9.     Left = 8
  10.     Top = 8
  11.     Width = 409
  12.     Height = 105
  13.     Caption = 'Include these types of messages'
  14.     TabOrder = 0
  15.     object LogIncludeOpSummaryEdit: TUiCheckBox
  16.       Left = 8
  17.       Top = 20
  18.       Height = 17
  19.       Caption = 'Operation summaries'
  20.       TabOrder = 0
  21.       OnClick = SomethingChangedClick
  22.     end
  23.     object LogIncludeOpDetailsEdit: TUiCheckBox
  24.       Left = 8
  25.       Top = 40
  26.       Height = 17
  27.       Caption = 'Operation details'
  28.       TabOrder = 1
  29.       OnClick = SomethingChangedClick
  30.     end
  31.     object LogIncludeWarningEdit: TUiCheckBox
  32.       Left = 8
  33.       Top = 60
  34.       Height = 17
  35.       Caption = 'Warnings'
  36.       TabOrder = 2
  37.       OnClick = SomethingChangedClick
  38.     end
  39.     object LogIncludeConnectionEdit: TUiCheckBox
  40.       Left = 8
  41.       Top = 80
  42.       Height = 17
  43.       Caption = 'FTP trace'
  44.       TabOrder = 3
  45.       OnClick = SomethingChangedClick
  46.     end
  47.   end
  48.   object LogMiscGroupBox: TUiGroupBox
  49.     Left = 8
  50.     Top = 120
  51.     Width = 409
  52.     Height = 161
  53.     Caption = 'Miscellaneous'
  54.     TabOrder = 1
  55.     object LogMaxSizeLbl: TUiLabel
  56.       Left = 8
  57.       Top = 16
  58.       Height = 13
  59.       Caption = 'Display up to:'
  60.       FocusControl = LogMaxSizeEdit
  61.     end
  62.     object LogMaxSizeMessagesLbl: TUiLabel
  63.       Left = 104
  64.       Top = 36
  65.       Height = 13
  66.       Caption = 'messages'
  67.       FocusControl = LogMaxSizeEdit
  68.     end
  69.     object LogAutoSaveFilenameLbl: TUiLabel
  70.       Left = 8
  71.       Top = 64
  72.       Height = 13
  73.       Caption = 'Automatically save messages to file:'
  74.       FocusControl = LogAutoSaveFilenameEdit
  75.     end
  76.     object LogAutoSaveFilenameBtn: TUiBrowseSpeedButton
  77.       Left = 376
  78.       Top = 80
  79.       BrowseEdit = LogAutoSaveFilenameEdit
  80.     end
  81.     object LogColorLbl: TUiLabel
  82.       Left = 8
  83.       Top = 108
  84.       Height = 13
  85.       Caption = 'Color:'
  86.       FocusControl = LogColorEdit
  87.     end
  88.     object LogMaxSizeEdit: TUiSpinEdit
  89.       Left = 8
  90.       Top = 32
  91.       Width = 89
  92.       Height = 21
  93.       Increment = 1000
  94.       Max = 1000000000
  95.       Min = 1000
  96.       Position = 1000000
  97.       TabOrder = 0
  98.       OnChange = SomethingChangedClick
  99.     end
  100.     object LogAutoSaveFilenameEdit: TUiBrowseEdit
  101.       Left = 8
  102.       Top = 80
  103.       Width = 361
  104.       Height = 21
  105.       TabOrder = 1
  106.       OnChange = SomethingChangedClick
  107.       OnBrowse = LogAutoSaveFilenameBrowse
  108.     end
  109.     object LogColorEdit: TUiColorEdit
  110.       Left = 8
  111.       Top = 124
  112.       Width = 145
  113.       Height = 21
  114.       AllowDefault = False
  115.       Selected = clBlack
  116.       TabOrder = 2
  117.       OnSelect = SomethingChangedClick
  118.     end
  119.   end
  120. end
  121.